backfire: ar71xx: fix mtd_layout for the DIR-615-C1 and similar devices (backport...
authorGabor Juhos <[email protected]>
Tue, 20 Apr 2010 08:44:54 +0000 (08:44 +0000)
committerGabor Juhos <[email protected]>
Tue, 20 Apr 2010 08:44:54 +0000 (08:44 +0000)
  * Thanks to Yury Polyanskiy for the report

SVN-Revision: 21037

target/linux/ar71xx/image/Makefile

index da4fe5d64fb79eac8fc187a33434d5297c5fcc0a..f8a922ad9e453e809cdffec1f4bb5acab86028d0 100644 (file)
@@ -129,7 +129,7 @@ define Image/Build/WZRHPG300NH
        fi; fi
 endef
 
-cameo_mtdlayout=mtdparts=spi0.0:128k(u-boot)ro,64k(config)ro,896k(kernel),2880k(rootfs),64k(art)ro,3776k@0x30000(firmware)
+cameo_mtdlayout=mtdparts=spi0.0:128k(u-boot)ro,64k(config)ro,896k(kernel),2944k(rootfs),64k(art)ro,3840k@0x30000(firmware)
 define Image/Build/Cameo
        $(call PatchKernelLzma,$(2),$(3) $(cameo_mtdlayout))
        if [ `stat -c%s "$(KDIR)/vmlinux-$(2).bin.lzma"` -gt 917504 ]; then \